home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 September / PC-WELT 9-2001.ISO / software / hw / brennen / flask_src.exe / FileOpen.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-26  |  123 b   |  9 lines

  1. #ifndef FILEOPEN_H
  2. #define FILEOPEN_H
  3.  
  4. #define IFO_OPENING_NOERROR   2;
  5.  
  6. int OpenFile();
  7. int OpenDVDFile();
  8.  
  9. #endif